`GET /v1/me/subs` — the caller's alert subscriptions (active first).
GET
`GET /v1/me/subs` — the caller's alert subscriptions (active first).
Authorizations
Session JWT issued by POST /v1/auth/telegram (Telegram Login Widget) or POST /v1/auth/magic/consume. Send as Authorization: Bearer <jwt>.
Previous
`POST /v1/me/subs` — create (or re-activate) an alert subscription for an
asset at a bps threshold. Idempotent on (asset, threshold, channel).
Next
`GET /v1/me/subs` — the caller's alert subscriptions (active first).